home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TFILEPROPERTIESDIALOG / TFILEPROPERTIESDIALOG.txt
Text File  |  2004-02-29  |  9KB  |  433 lines

  1. object FilePropertiesDialog: TFilePropertiesDialog
  2.   Left = 238
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 390
  6.   ClientWidth = 377
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pgFileProperties: TPageControl
  20.     Left = 8
  21.     Top = 8
  22.     Width = 361
  23.     Height = 345
  24.     ActivePage = TabSheet1
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'General'
  28.       object imgIcon: TImage
  29.         Left = 16
  30.         Top = 16
  31.         Width = 32
  32.         Height = 32
  33.         Transparent = True
  34.       end
  35.       object Label1: TLabel
  36.         Left = 16
  37.         Top = 72
  38.         Width = 45
  39.         Height = 13
  40.         Caption = 'Filename:'
  41.       end
  42.       object Label2: TLabel
  43.         Left = 16
  44.         Top = 96
  45.         Width = 44
  46.         Height = 13
  47.         Caption = 'Location:'
  48.       end
  49.       object Label3: TLabel
  50.         Left = 16
  51.         Top = 120
  52.         Width = 23
  53.         Height = 13
  54.         Caption = 'Size:'
  55.       end
  56.       object Label4: TLabel
  57.         Left = 16
  58.         Top = 160
  59.         Width = 76
  60.         Height = 13
  61.         Caption = 'MS-DOS Name:'
  62.       end
  63.       object Label5: TLabel
  64.         Left = 16
  65.         Top = 184
  66.         Width = 40
  67.         Height = 13
  68.         Caption = 'Created:'
  69.       end
  70.       object Label6: TLabel
  71.         Left = 16
  72.         Top = 208
  73.         Width = 66
  74.         Height = 13
  75.         Caption = 'Last Modified:'
  76.       end
  77.       object Label7: TLabel
  78.         Left = 16
  79.         Top = 232
  80.         Width = 61
  81.         Height = 13
  82.         Caption = 'Last Access:'
  83.       end
  84.       object Label8: TLabel
  85.         Left = 16
  86.         Top = 272
  87.         Width = 47
  88.         Height = 13
  89.         Caption = 'Attributes:'
  90.       end
  91.       object txtFileTitle: TEdit
  92.         Left = 72
  93.         Top = 24
  94.         Width = 265
  95.         Height = 17
  96.         TabStop = False
  97.         AutoSize = False
  98.         BorderStyle = bsNone
  99.         Color = clBtnFace
  100.         ReadOnly = True
  101.         TabOrder = 0
  102.         Text = 'txtFileTitle'
  103.       end
  104.       object Panel1: TPanel
  105.         Left = 16
  106.         Top = 56
  107.         Width = 321
  108.         Height = 2
  109.         BevelOuter = bvLowered
  110.         TabOrder = 1
  111.       end
  112.       object Panel2: TPanel
  113.         Left = 16
  114.         Top = 144
  115.         Width = 321
  116.         Height = 2
  117.         BevelOuter = bvLowered
  118.         TabOrder = 5
  119.       end
  120.       object chkReadOnly: TCheckBox
  121.         Left = 96
  122.         Top = 272
  123.         Width = 241
  124.         Height = 17
  125.         Caption = '&Read only'
  126.         TabOrder = 11
  127.       end
  128.       object chkModfified: TCheckBox
  129.         Left = 96
  130.         Top = 288
  131.         Width = 241
  132.         Height = 17
  133.         Caption = '&Modified'
  134.         TabOrder = 12
  135.       end
  136.       object Panel3: TPanel
  137.         Left = 16
  138.         Top = 256
  139.         Width = 321
  140.         Height = 2
  141.         BevelOuter = bvLowered
  142.         TabOrder = 10
  143.       end
  144.       object txtMSDOSName: TEdit
  145.         Left = 96
  146.         Top = 160
  147.         Width = 241
  148.         Height = 17
  149.         TabStop = False
  150.         AutoSize = False
  151.         BorderStyle = bsNone
  152.         Color = clBtnFace
  153.         ReadOnly = True
  154.         TabOrder = 6
  155.         Text = 'txtMSDOSName'
  156.       end
  157.       object txtCreated: TEdit
  158.         Left = 96
  159.         Top = 184
  160.         Width = 241
  161.         Height = 17
  162.         TabStop = False
  163.         AutoSize = False
  164.         BorderStyle = bsNone
  165.         Color = clBtnFace
  166.         ReadOnly = True
  167.         TabOrder = 7
  168.         Text = 'txtCreated'
  169.       end
  170.       object txtLastModified: TEdit
  171.         Left = 96
  172.         Top = 208
  173.         Width = 241
  174.         Height = 17
  175.         TabStop = False
  176.         AutoSize = False
  177.         BorderStyle = bsNone
  178.         Color = clBtnFace
  179.         ReadOnly = True
  180.         TabOrder = 8
  181.         Text = 'txtLastModified'
  182.       end
  183.       object txtLastAccess: TEdit
  184.         Left = 96
  185.         Top = 232
  186.         Width = 241
  187.         Height = 17
  188.         TabStop = False
  189.         AutoSize = False
  190.         BorderStyle = bsNone
  191.         Color = clBtnFace
  192.         ReadOnly = True
  193.         TabOrder = 9
  194.         Text = 'txtLastAccess'
  195.       end
  196.       object txtSize: TEdit
  197.         Left = 96
  198.         Top = 120
  199.         Width = 241
  200.         Height = 17
  201.         TabStop = False
  202.         AutoSize = False
  203.         BorderStyle = bsNone
  204.         Color = clBtnFace
  205.         ReadOnly = True
  206.         TabOrder = 4
  207.         Text = 'txtSize'
  208.       end
  209.       object txtLocation: TEdit
  210.         Left = 96
  211.         Top = 96
  212.         Width = 241
  213.         Height = 17
  214.         TabStop = False
  215.         AutoSize = False
  216.         BorderStyle = bsNone
  217.         Color = clBtnFace
  218.         ReadOnly = True
  219.         TabOrder = 3
  220.         Text = 'txtLocation'
  221.       end
  222.       object txtFileName: TEdit
  223.         Left = 96
  224.         Top = 72
  225.         Width = 241
  226.         Height = 17
  227.         TabStop = False
  228.         AutoSize = False
  229.         BorderStyle = bsNone
  230.         Color = clBtnFace
  231.         ReadOnly = True
  232.         TabOrder = 2
  233.         Text = 'txtFileName'
  234.       end
  235.     end
  236.     object TabSheet2: TTabSheet
  237.       Caption = 'Details'
  238.       ImageIndex = 1
  239.       object Label9: TLabel
  240.         Left = 16
  241.         Top = 16
  242.         Width = 50
  243.         Height = 13
  244.         Caption = 'Linecount:'
  245.       end
  246.       object Label10: TLabel
  247.         Left = 16
  248.         Top = 40
  249.         Width = 76
  250.         Height = 13
  251.         Caption = 'Charactercount:'
  252.       end
  253.       object Label11: TLabel
  254.         Left = 16
  255.         Top = 160
  256.         Width = 70
  257.         Height = 13
  258.         Caption = 'Downloadtime:'
  259.       end
  260.       object Label12: TLabel
  261.         Left = 104
  262.         Top = 160
  263.         Width = 57
  264.         Height = 13
  265.         Caption = '&Connection:'
  266.         FocusControl = cboConnection
  267.       end
  268.       object Label13: TLabel
  269.         Left = 104
  270.         Top = 184
  271.         Width = 26
  272.         Height = 13
  273.         Caption = 'Time:'
  274.       end
  275.       object Label14: TLabel
  276.         Left = 312
  277.         Top = 160
  278.         Width = 23
  279.         Height = 13
  280.         Caption = 'kB/s'
  281.       end
  282.       object Label15: TLabel
  283.         Left = 16
  284.         Top = 68
  285.         Width = 50
  286.         Height = 13
  287.         Caption = '&Linebreak:'
  288.         FocusControl = cboLinebreak
  289.       end
  290.       object Label16: TLabel
  291.         Left = 16
  292.         Top = 92
  293.         Width = 51
  294.         Height = 13
  295.         Caption = 'Lan&guage:'
  296.         FocusControl = cboLanguage
  297.       end
  298.       object Label17: TLabel
  299.         Left = 16
  300.         Top = 117
  301.         Width = 53
  302.         Height = 13
  303.         Caption = '&Tab Width:'
  304.       end
  305.       object Panel4: TPanel
  306.         Left = 16
  307.         Top = 144
  308.         Width = 321
  309.         Height = 2
  310.         BevelOuter = bvLowered
  311.         TabOrder = 4
  312.       end
  313.       object cboConnection: TComboBox
  314.         Left = 184
  315.         Top = 156
  316.         Width = 121
  317.         Height = 21
  318.         Style = csDropDownList
  319.         ItemHeight = 13
  320.         TabOrder = 5
  321.         OnClick = cboConnectionClick
  322.         Items.Strings = (
  323.           '14400'
  324.           '28800'
  325.           '56600'
  326.           '64000'
  327.           '128000'
  328.           '1500000'
  329.           '1544000'
  330.           '4000000')
  331.       end
  332.       object txtDownTime: TEdit
  333.         Left = 184
  334.         Top = 184
  335.         Width = 153
  336.         Height = 17
  337.         TabStop = False
  338.         AutoSize = False
  339.         BorderStyle = bsNone
  340.         Color = clBtnFace
  341.         ReadOnly = True
  342.         TabOrder = 6
  343.         Text = 'txtDownTime'
  344.       end
  345.       object txtCharCount: TEdit
  346.         Left = 104
  347.         Top = 40
  348.         Width = 233
  349.         Height = 17
  350.         TabStop = False
  351.         AutoSize = False
  352.         BorderStyle = bsNone
  353.         Color = clBtnFace
  354.         ReadOnly = True
  355.         TabOrder = 1
  356.         Text = 'txtCharCount'
  357.       end
  358.       object txtLineCount: TEdit
  359.         Left = 104
  360.         Top = 16
  361.         Width = 233
  362.         Height = 17
  363.         TabStop = False
  364.         AutoSize = False
  365.         BorderStyle = bsNone
  366.         Color = clBtnFace
  367.         ReadOnly = True
  368.         TabOrder = 0
  369.         Text = 'txtLineCount'
  370.       end
  371.       object Panel5: TPanel
  372.         Left = 16
  373.         Top = 208
  374.         Width = 321
  375.         Height = 2
  376.         BevelOuter = bvLowered
  377.         TabOrder = 7
  378.       end
  379.       object cboLinebreak: TComboBox
  380.         Left = 104
  381.         Top = 64
  382.         Width = 233
  383.         Height = 21
  384.         Style = csDropDownList
  385.         ItemHeight = 0
  386.         TabOrder = 2
  387.         OnClick = cboLinebreakClick
  388.       end
  389.       object cboLanguage: TComboBox
  390.         Left = 104
  391.         Top = 88
  392.         Width = 233
  393.         Height = 21
  394.         Style = csDropDownList
  395.         ItemHeight = 0
  396.         Sorted = True
  397.         TabOrder = 3
  398.         OnClick = cboLinebreakClick
  399.       end
  400.       object spnTabWidth: TSpinEdit
  401.         Left = 104
  402.         Top = 112
  403.         Width = 81
  404.         Height = 22
  405.         MaxValue = 0
  406.         MinValue = 0
  407.         TabOrder = 8
  408.         Value = 0
  409.       end
  410.     end
  411.   end
  412.   object btnCancel: TCorelButton
  413.     Left = 296
  414.     Top = 360
  415.     Width = 75
  416.     Height = 23
  417.     Cancel = True
  418.     Caption = 'Cancel'
  419.     ModalResult = 2
  420.     TabOrder = 1
  421.   end
  422.   object btnOK: TCorelButton
  423.     Left = 216
  424.     Top = 360
  425.     Width = 75
  426.     Height = 23
  427.     Caption = 'OK'
  428.     Default = True
  429.     ModalResult = 1
  430.     TabOrder = 2
  431.   end
  432. end
  433.